home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_60 / PlaceObject2_485_20 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2005-08-04  |  172 b   |  8 lines

  1. onClipEvent(load){
  2.    _root.hidecontinue = "yes";
  3.    points = new sound();
  4.    points.attachSound("points");
  5.    bonus = new sound();
  6.    bonus.attachSound("bonus");
  7. }
  8.